auto merge of #139 : tomjakubowski/cargo/fix-symlink-blowup, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 8 Jul 2014 01:46:02 +0000 (01:46 +0000)
committerbors <bors@rust-lang.org>
Tue, 8 Jul 2014 01:46:02 +0000 (01:46 +0000)
Fingerprinting will fail at an `fs::stat()` call if there is a symlink in
a package's directory pointing to a non-existent file or directory.
This commit recovers from an `fs::stat(`) error on these bogus symlinks by
faking an mtime of 0, which should not affect the overall fingerprint.

Fix #135

1  2 
tests/test_cargo_compile.rs

Simple merge